home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / misc / mmulib / include / pragmas / 68040_pragmas.h next >
C/C++ Source or Header  |  1999-11-29  |  412b  |  16 lines

  1. #ifndef _INCLUDE_PRAGMA_68040_LIB_H
  2. #define _INCLUDE_PRAGMA_68040_LIB_H
  3.  
  4. #ifndef CLIB_68040_PROTOS_H
  5. #include <clib/68040_protos.h>
  6. #endif
  7.  
  8. #if defined(AZTEC_C) || defined(__MAXON__) || defined(__STORM__)
  9. #pragma amicall(MC68040Base,0x0DE,FPUControl(d0,d1))
  10. #endif
  11. #if defined(_DCC) || defined(__SASC)
  12. #pragma  libcall MC68040Base FPUControl           0DE 1002
  13. #endif
  14.  
  15. #endif    /*  _INCLUDE_PRAGMA_68040_LIB_H  */
  16.